func runtime.inHeapOrStack

2 uses

	runtime (current package)
		cgocall.go#L608: 	if inHeapOrStack(uintptr(p)) {
		mheap.go#L603: func inHeapOrStack(b uintptr) bool {